Sportle
React.js, MUI, SASS, Flutter, xcode, Firebase, C#, Azure
(click to learn more)
<img>
elements, minimum color combination contrasts, telephone number markup, and form adherence (proper labels, required attributes, etc.).<img>
elements that do not have an alt tag (using Regex), and then identifies and applies an appropriate tag to each. This not only fixed all existing instances of this issue, but also protects against any future instances wherein the development team adds a new <img>
element without an alt tag.<a>
elements with proper href="tel:..."
attributes. Again, this works as both a retroactive and proactive solution.